.. _`Select rows in Tables`: .. _`org.sysess.sympathy.data.table.selecttablerowss`: Select rows in Tables ````````````````````` .. image:: select_table_rows.svg :width: 48 Reduction of rows in Table according to specified filter. Documentation ::::::::::::: Auto generated list version of :ref:`Select rows in Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: Input. :Looped Outputs: Output. For details see the original node. Definition :::::::::: Input ports ........... **Input** [table] Input Output ports ............ **Output** [table] Output Configuration ............. **Columns to filter** (columns) Select columns for comparison relation **Filter constraint** (constraint) Specify constraint value for comparison relation **Constraint must be satisfied in** (exist) Constraint must be satisfied in: Any selected column or All selected columns. **Preview rows** (limit) Rows to display **Custom filter** (predicate) Write a custom filter as a Python lambda function **Relation** (relation) Select comparison operator for relation **Use custom filter** (use_custom_predicate) Select to use custom filter Related nodes ............. * :ref:`org.sysess.sympathy.data.table.selecttablerows` * :ref:`org.sysess.sympathy.data.table.selecttablerowsfromtable` * :ref:`org.sysess.sympathy.slice.rows.table` * :ref:`org.sysess.sympathy.filters.columnfilternode` Implementation .............. .. automodule:: node_select_table_rows :noindex: .. class:: SelectTablesRows :noindex: